home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / project / hscpaltrow.hsc < prev    next >
Encoding:
Text File  |  1997-06-15  |  1.4 KB  |  44 lines

  1. <WEBPAGE chapter="hsc - Project Management - " title="Hscpaltrow"
  2.     BACK="index.html"
  3.     PREV="hscdepp.html"
  4.     NEXT=":questions.html">
  5.  
  6. <STRONG>hscPitt's ALternative ThROW-out</STRONG>
  7.  
  8. <P><hscpaltrow CAP> is a sample ARexx-Script which explains how to utilize
  9. the output of <hscpitt LINK> so that you can retrieve all information
  10. stored in the project file.</P>
  11.  
  12. <P><hscpaltrow CAP> is part of the hsc-distribution and therefor the same
  13. legal issues apply.</P>
  14.  
  15. <hscpaltrow CAP> is dedicated to Gwynneth Paltrow.
  16.  
  17. <H2>Options</H2>
  18.  
  19. There is only a single required option which denotes the project file
  20. to examine. If you pass no arguments, a short usage information will
  21. be displayed.
  22.  
  23. <H2>Usage</H2>
  24.  
  25. <P>This script starts <hscpitt LINK> with <KBD>COMMAND=EXTRAXT</KBD>,
  26. stores the output in a temporary file, and parses it so you can access
  27. all data fromout the script. For future compatibility, unknown data
  28. are ignored.</P>
  29.  
  30. Basically, you just have to invoke
  31. <PRE>    hscpaltrow hsc.project</PRE>
  32. This script is not designed to do anything useful with the data
  33. obtained, it just displays them.
  34.  
  35. <P>Feel free to modify it, but don't forget to rename it after that,
  36. or it will be overwritten when updating your hsc-directory with a new
  37. release.</P>
  38.  
  39. You can find this script in <A
  40. HREF=":../grafflwerk/hscpaltrow.rexx"><FILE>grafflwerk/hscpaltrow.rexx</FILE></A>.
  41.  
  42. </WEBPAGE>
  43.  
  44.